home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / photo1.dir / 00052.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  645 b   |  26 lines

  1. global gp_storynum, gplayall
  2.  
  3. on exitFrame
  4.   global exittime
  5.   if ticks() > exittime then
  6.     go(marker(1))
  7.   end if
  8.   playsound(4)
  9.   animebutton3(3, "Quit,1", "Quit,2")
  10.   animebutton3(4, "Config,1", "Config,2")
  11.   mouseonsp2(5, "Return,U", "Return")
  12.   mouseonsp2(6, "P1,U", "P1")
  13.   mouseonsp2(7, "P2,U", "P2")
  14.   mouseonsp2(8, "P3,U", "P3")
  15.   mouseonsp2(15, "Profile1,U", "Profile1")
  16.   mouseonsp2(16, "Profile2,U", "Profile2")
  17.   mouseonsp2(17, "Profile3,U", "Profile3")
  18.   if gplayall <> 1 then
  19.     animebutton3(9, "PlayAll,1", "PlayAll,3")
  20.   end if
  21.   if gp_storynum <> 0 then
  22.     animebutton3(10, "Zoom,1", "Zoom,2")
  23.   end if
  24.   go(the frame)
  25. end
  26.